Skip to content

Conversation

@h-vetinari
Copy link
Member

Tests are currently failing on all platforms; on unix we get

[ RUN      ] TestAzureFileSystemOnAllScenarios/1.GetFileInfoObjectWithNestedStructure
unknown file: Failure
C++ exception with description "Fail to get a new connection for: http://127.0.0.1:10000. Could not connect to server" thrown in the test body.

whereas on windows the errors are predominantly due to missing a tzdb. Windows has apparently been failing for longer already, but this had been hidden behind an expansion bug. We need something like apache/arrow#48874 here.

`%ERRORLEVEL%` in an if-condition is expanded too early

`SetLocal EnableDelayedExpansion` + `!ERRORLEVEL!` works in principle,
but changes which folder the if-condition is actually executed in,
so it's simpler to use `||`.
@conda-forge-admin
Copy link
Contributor

conda-forge-admin commented Jan 16, 2026

Hi! This is the friendly automated conda-forge-linting service.

I just wanted to let you know that I linted all conda-recipes in your PR (recipe/meta.yaml) and found it was in an excellent condition.

I do have some suggestions for making it better though...

For recipe/meta.yaml:

  • ℹ️ The recipe is not parsable by parser conda-souschef (grayskull). This parser is not currently used by conda-forge, but may be in the future. We are collecting information to see which recipes are compatible with grayskull.
  • ℹ️ The recipe is not parsable by parser conda-recipe-manager. The recipe can only be automatically migrated to the new v1 format if it is parseable by conda-recipe-manager.

This message was generated by GitHub Actions workflow run https://github.com/conda-forge/conda-forge-webservices/actions/runs/21053965686. Examine the logs at this URL for more detail.

@raulcd
Copy link
Member

raulcd commented Jan 19, 2026

The linux/macOS failures are related to Azure, could this be a problem with Azurite as in:

I fixed this by pinning nodejs>=16
apache/arrow#48895

The TZ failures are a whole different beast :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants